projects
/
rainny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6fb44e
)
Replace deprecated 'set-output' with '$GITHUB_OUTPUT'
author
Krishan
<33421343+kfiven@users.noreply.github.com>
Mon, 30 Jan 2023 04:46:56 +0000
(15:46 +1100)
committer
GitHub
<noreply@github.com>
Mon, 30 Jan 2023 04:46:56 +0000
(15:46 +1100)
.github/workflows/prod-deploy.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/prod-deploy.yml
b/.github/workflows/prod-deploy.yml
index fa09008a354f0930554b19b3c1c56d5f070d5908..5f8a77cf47ea981588459e25daed5f12925369a1 100644
(file)
--- a/
.github/workflows/prod-deploy.yml
+++ b/
.github/workflows/prod-deploy.yml
@@
-36,7
+36,7
@@
jobs:
timeout-minutes: 1
- name: Get version from tag
id: vars
- run: echo
::set-output name=tag::${GITHUB_REF#refs/*/}
+ run: echo
"tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
- name: Create tar.gz
run: tar -czvf cinny-${{ steps.vars.outputs.tag }}.tar.gz dist
- name: Sign tar.gz