Skip to content

Commit af1829a

Browse files
committed
use context expressions to pass params
1 parent 8d7ce6a commit af1829a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ jobs:
8989
if: github.ref == 'refs/heads/master'
9090
with:
9191
token: ${{ secrets.GITHUB_TOKEN }}
92-
tag: ${CURRENT_VERSION}
93-
name: ${CURRENT_VERSION}
94-
body: $GIT_RELEASE_NOTES
92+
tag: ${{ env.CURRENT_VERSION }}
93+
name: ${{ env.CURRENT_VERSION }}
94+
body: ${{ env.GIT_RELEASE_NOTES }}
9595
files: >
9696
**/target/*.zip
9797

0 commit comments

Comments
 (0)