Skip to content

Commit

Permalink
ci: ensure release-notify has access to metadata.hcl (#116)
Browse files Browse the repository at this point in the history
Make sure the hashicorp/integration-release-action has access to the
metadata.hcl file.


https://github.com/hetznercloud/packer-plugin-hcloud/actions/runs/6784123847/job/18473506517

Release-As: 1.2.0
  • Loading branch information
jooola committed Nov 8, 2023
1 parent 9cf3191 commit f3d1ed1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- run: echo "RELEASE_VERSION=${GITHUB_REF_NAME#v}" >> "$GITHUB_ENV"

- uses: hashicorp/integration-release-action@main
Expand Down

0 comments on commit f3d1ed1

Please sign in to comment.