Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenIceage authored Jul 18, 2024
1 parent fe2111d commit 53defe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
PROJECT: home:ChHuang
PACKAGE: python-osc-tiny
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@master
- name: Get latest release tag
id: get_latest_release
run: |
git pull
git fetch --tags
LATEST_TAG=$(git describe --tags --abbrev=0)
LATEST_TAG=${LATEST_TAG#v}
echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV
Expand Down

0 comments on commit 53defe4

Please sign in to comment.