You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on:
push:
branches:
- main # can be main or any other release branchjobs:
semver_tag_from_pr:
# permissions required to find PR for last commit and push the new tagpermissions:
contents: writepull-requests: readruns-on: ubuntu-lateststeps:
- uses: actions/checkout@v3with:
fetch-depth: "0"# we need full git-history to determine the last semVer tag
- name: bump semVeruses: simontheleg/[email protected]with:
repo_token: ${{ secrets.GITHUB_TOKEN }}should_set_tag: falseshould_push_tag: false
Hi! 👋
This might be related to #37.
For the simple example workflow:
I'm running into
ssh: no key found
:The text was updated successfully, but these errors were encountered: