Skip to content

Commit

Permalink
fix: error in release build id
Browse files Browse the repository at this point in the history
  • Loading branch information
mortimr committed Jul 20, 2023
1 parent 74831dc commit 438375e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: github.event_name == 'push'
- name: "generate:build_id"
run: |
echo "${{ github.event.release.name }}" >> $GITHUB_ENV
echo "BUILD_ID=${{ github.event.release.name }}" >> $GITHUB_ENV
if: github.event_name == 'release'

- name: "build the docker image with PLUGIN_REPOSITORIES=https://github.com/kilnfi/pgeth-monitoring"
Expand Down

0 comments on commit 438375e

Please sign in to comment.