aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-20 06:38:30 +0000
committerFuwn <[email protected]>2021-05-20 06:38:30 +0000
commite91696fcf0e7c22d51a3c60f71e15385353ad580 (patch)
tree5b319bfaa3abe679223ba377b11eb9f3f78e5f36 /.github/workflows
parentfix(actions): mime type of artifacts (diff)
downloadnitrous-e91696fcf0e7c22d51a3c60f71e15385353ad580.tar.xz
nitrous-e91696fcf0e7c22d51a3c60f71e15385353ad580.zip
refactor(actions): pin os, modify release title
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b42ad39..5cb22b5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
jobs:
release:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
steps:
- name: Checkout 🛒
uses: actions/checkout@v2
@@ -34,7 +34,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
tag_name: ${{ github.ref }}
- release_name: Release ${{ github.ref }}
+ release_name: ${{ github.ref }}
draft: false
prerelease: false