We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a85a1f2 + 22d472c commit 8eec117Copy full SHA for 8eec117
.github/workflows/create-release.yml
@@ -11,7 +11,7 @@ jobs:
11
contents: write
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
- name: Get version number
16
id: version
17
run: echo "version=$(echo ${{ github.ref_name }} | cut -c2- -)" >> $GITHUB_OUTPUT
0 commit comments