Skip to content

Commit

Permalink
chore: update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BasileiosKal committed Jul 10, 2023
1 parent 066be6f commit 1e5bbc7
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 @@ -70,7 +70,7 @@ jobs:

- name: "Re-name File with Correct Version"
run: |
sudo mv -v $(basename draft-*-[0-9][0-9].xml) ${{ github.ref_name }}.xml
sudo mv -v $(basename draft-irtf-cfrg-*-[0-9][0-9].xml) ${{ github.ref_name }}.xml
ls .
working-directory: ./versioned

Expand Down

0 comments on commit 1e5bbc7

Please sign in to comment.