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 d792146 commit f2c7fedCopy full SHA for f2c7fed
.github/workflows/on-dev.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: windows-latest
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
- name: Setup
18
uses: actions/setup-dotnet@v5
19
with:
.github/workflows/on-tag.yml
@@ -15,7 +15,7 @@ jobs:
contents: read
- name: Check out the repo
20
- name: Set environment
21
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
0 commit comments