Skip to content

Commit

Permalink
Shorten workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
tokox committed Mar 19, 2024
1 parent e91561d commit 9c26e84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
repository: ${{ github.repository }}
token: ${{ github.token }}

- name: Move vlatest to ${{ github.ref_name }}
- name: Move vlatest
uses: rickstaa/[email protected]
with:
tag: vlatest
Expand All @@ -66,7 +66,7 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}

- name: Create changelog from spec file
- name: Create changelog
run: |
echo "**Changelog**" > changelog.md
sed -n '/%changelog/,$p' cpp-json.spec | tail -n +2 | awk '/\*/{if (found++ == 1) exit} 1' >> changelog.md
Expand All @@ -81,7 +81,7 @@ jobs:


upload_assets:
name: Upload assets to release from copr
name: Upload assets
runs-on: ubuntu-latest
container: fedora:latest
needs: [make_release, copr_build]
Expand Down

0 comments on commit 9c26e84

Please sign in to comment.