Skip to content

Commit

Permalink
Testing action.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Keller <[email protected]>
  • Loading branch information
mikeller committed May 13, 2024
1 parent dfad981 commit e2f437f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/manage-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
using: composite
steps:
- name: atomically create or retrieve the build number and assemble release notes for a push (i.e. merging of a pull request)
if: github.event_name == 'push' && ! inputs.no-increment
if: ${{ github.event_name == 'push' && ! inputs.no-increment }}
env:
NIGHTLY_BUILDS_SECRET: ${{ inputs.nightly-builds-secret }}
shell: bash
Expand All @@ -37,6 +37,7 @@ runs:
PULL_REQUEST_BRANCH: ${{ github.event.pull_request.head.ref }}
shell: bash
run: |
echo "github.event_name: ${{ github.event_name }}"
echo "-pull-request-$PULL_REQUEST_BRANCH" > latest-subsurface-buildnumber-extension
- name: store version number for the build
Expand Down

0 comments on commit e2f437f

Please sign in to comment.