Skip to content

Commit

Permalink
Update CW24_lightning_talk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteyn authored Apr 17, 2024
1 parent 3eef6a7 commit c5061df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CW24_lightning_talk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
with:
name: pdf
path: cw24.pdf
- name: Get timestamp
id: timestamp
run: echo "::set-output name=timestamp::$(date +'%Y%m%d%H%M%S')"
- name: Create tag
run: git tag -a v${{ steps.timestamp.outputs.timestamp }} -m "Version v${{ steps.timestamp.outputs.timestamp }}"
- name: Push tag
run: git push origin --tags
- name: Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit c5061df

Please sign in to comment.