Skip to content

Merge pull request #41 from mobilecoinofficial/nick/update-sgx-2.23 #31

Merge pull request #41 from mobilecoinofficial/nick/update-sgx-2.23

Merge pull request #41 from mobilecoinofficial/nick/update-sgx-2.23 #31

Workflow file for this run

# Copyright (c) 2022 MobileCoin Inc.
name: tag
on:
push:
branches:
- main
jobs:
tag:
runs-on: mco-dev-small-x64
steps:
# We need to use an external PAT here because GHA will not run downstream events if we use the built in token.
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.ACTIONS_TOKEN }}
- name: Bump GitHub tag
id: bump
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
WITH_V: 'true'
DEFAULT_BUMP: patch