Skip to content

Commit

Permalink
Use short ref name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Lacy committed Aug 28, 2024
1 parent 8fc419b commit fa847cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref_name }}
body: |
Attached there are some build artifacts generated at this tag.
draft: false
Expand All @@ -57,8 +57,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Make temporary bin
run: mkdir -p /tmp/bin
- name: Build and run schema generator
run: |-
(cd ./contracts/babylon && cargo run --bin schema)
Expand Down

0 comments on commit fa847cc

Please sign in to comment.