8000 action-gh-release@v1.2 · useful-esp8266-lib/tdm@c5b42cf · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit c5b42cf

Browse files
authored
action-gh-release@v1.2
fix deprecation warning "Node12"
1 parent 8afbac5 commit c5b42cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: setenv release tag
123123
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
124124
- name: Release
125-
uses: jason2866/action-gh-release@v1.1
125+
uses: jason2866/action-gh-release@v1.2
126126
with:
127127
tag_name: ${{ env.RELEASE_VERSION }}
128128
prerelease: false

0 commit comments

Comments
 (0)
0