Skip to content

Commit

Permalink
Merge pull request #4 from mobilecoinofficial/test-commit-message
Browse files Browse the repository at this point in the history
test - docker update to [tag/2.310.0]
  • Loading branch information
jgreat authored Jan 5, 2024
2 parents d2b0ce9 + be9f0db commit f8266ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
with:
token: ${{ secrets.ACTIONS_TOKEN }}

- name: Get new tag from commit
shell: bash
env:
MESSAGE: ${{ github.event.head_commit.message }}
run: |
echo "${MESSAGE}"
# - name: Bump GitHub tag
# id: bump
# uses: anothrNick/[email protected]
Expand Down

0 comments on commit f8266ef

Please sign in to comment.