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 22, 2024
1 parent 83d3e6f commit 669c8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
cd home:*:branches:*/python-$PACKAGE
sed -i "s/^Version:.*/Version: ${{ env.LATEST_TAG }}/" *.spec
sed -i 's/osc-tiny-%{version}/osc_tiny-%{version}/g" *.spec
sed -i "s/osc-tiny-%{version}/osc_tiny-%{version}/g" *.spec
osc vc -m "Release ${{ env.LATEST_TAG }}"
osc commit -m "Release version ${{ env.LATEST_TAG }}" --noservice
: #osc submitrequest -m "Release ${{ env.LATEST_TAG }}"

0 comments on commit 669c8aa

Please sign in to comment.