We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eff199 commit b603749Copy full SHA for b603749
.github/workflows/build.yml
@@ -17,7 +17,7 @@ permissions:
17
18
jobs:
19
build:
20
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
21
22
steps:
23
- uses: actions/checkout@v3
@@ -64,4 +64,4 @@ jobs:
64
if: github.ref != 'refs/heads/main' && github.ref != 'refs/heads/master' && github.event_name == 'push'
65
run: |
66
git tag ${GITHUB_REF/refs\/heads\/release\//}.$GITHUB_RUN_NUMBER
67
- git push origin ${GITHUB_REF/refs\/heads\/release\//}.$GITHUB_RUN_NUMBER
+ git push origin ${GITHUB_REF/refs\/heads\/release\//}.$GITHUB_RUN_NUMBER
0 commit comments