Skip to content

Commit

Permalink
chore(workflow): Update release tag generation.
Browse files Browse the repository at this point in the history
Update the workflow file to store the release tag in the GitHub output. This allows for easier retrieval and use in subsequent steps.
  • Loading branch information
ioanlucut committed Nov 20, 2023
1 parent a7727fe commit 335b87f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/latex_conduct_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:

- name: Generate Release Tag
id: tag
run: |
echo "::set-output name=release_tag::BES_$(date +"%Y.%m.%d_%H-%M")"
run: echo "{name}={release_tag::BES_$(date +"%Y.%m.%d_%H-%M")}" >> $GITHUB_OUTPUT

- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 335b87f

Please sign in to comment.