Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
Get latest TAG from upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-scott committed Jul 5, 2023
1 parent f1efbc8 commit 3d0dfa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:

- name: Create Release
uses: actions/create-release@latest
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: "${{ steps.latest_tag.outputs.name }}"
release_name: "Release ${{ steps.latest_tag.outputs.name }}"
Expand Down

0 comments on commit 3d0dfa4

Please sign in to comment.