File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 2727
2828 - name : Push
2929 uses : JamesIves/github-pages-deploy-action@v4
30+ id : deploy-file
3031 with :
3132 branch : master
3233 folder : .
3334 git-config-name : github-actions[bot]
3435 git-config-email : 41898282+github-actions[bot]@users.noreply.github.com
3536 commit-message : updated ${{ steps.current-time.outputs.formattedTime }} UTC
37+
38+ - name : tagging-get-current-time
39+ if : ${{ steps.deploy-file.outputs.deployment-status == 'success' }}
40+ uses : srfrnk/current-time@master
41+ id : current-time-tagging
42+ with :
43+ format : " YYYYMMDD"
44+
45+ - name : tagging
46+ if : ${{ steps.deploy-file.outputs.deployment-status == 'success' }}
47+ uses :
anothrNick/[email protected] 48+ env :
49+ CUSTOM_TAG : ${{ steps.current-time-tagging.outputs.formattedTime }}
50+ DEFAULT_BRANCH : master
51+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments