Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenIceage authored Jul 18, 2024
1 parent 4610a7f commit b783823
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
- uses: actions/checkout@master
- name: Get latest release tag
id: get_latest_release
run: |
LATEST_TAG=${GITHUB_REF#v}
echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV
run: echo "LATEST_TAG=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
- name: Install osc
run: |
sudo apt-get update -y
Expand Down

0 comments on commit b783823

Please sign in to comment.