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 ad67fc3 commit 819dcb1
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 @@ -51,7 +51,7 @@ jobs:
cd home:*:branches:*/python-$PACKAGE
sed -i "s/^Version:.*/Version: ${{ env.LATEST_TAG }}/" *.spec
sed -i "s/%setup -q -n osc-tiny-%{version}/%setup -q -n osc_tiny-%{version}/" *.spec
sed -i "s/Source: $FILE_URL\/osc-tiny-%{version}.tar.gz/Source: $FILE_URL\/osc_tiny-%{version}.tar.gz" *.spec
sed -i "s/Source: $FILE_URL\/osc-tiny-%{version}.tar.gz/Source: $FILE_URL\/osc_tiny-%{version}.tar.gz/" *.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 819dcb1

Please sign in to comment.