Skip to content

Commit

Permalink
Update buildandpush.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinm2 authored May 2, 2024
1 parent 22dce44 commit 673f667
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/buildandpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,16 @@ jobs:
- name: commit and push setup.sh # Test whether it is necessary to push before the docker action accesses repository from git context
run: |
git config --local user.name actions-user
git config --local user.email "[email protected]"
git add setup.sh
git commit -m "Updated setup.sh with ${{ env.BDBVERSION }}-${{ env.BRIDGEDBWSVERSION }}"
git push
git push origin master
echo New release tag: ${{ env.BDBWSVERSION }}
env:
REPO_KEY: ${{secrets.GITHUB_TOKEN}}
username: github-actions
docker:
runs-on: ubuntu-latest
needs: update-version
Expand Down

0 comments on commit 673f667

Please sign in to comment.