Skip to content

Commit

Permalink
SW-3509 Use reusable workflow for updating mrbeam-git-tags.inc (#5)
Browse files Browse the repository at this point in the history
* Tag on X branch of package makes change on X branch of mrb3-beamOS repo
  - alpha pre-release tag on package -> changes on alpha branch of mrb3-beamOS
  - rc pre-release, post, stable tag on package -> changes on stable branch of mrb3-beamOS
  • Loading branch information
amrithvenkat authored Jan 16, 2024
1 parent eb3a8db commit 46c33e5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/update-beamos-tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Update tags on mrbeam/mrb3-beamOS

on:
create:
tags:
- 'v*' # all tags

jobs:
update-tags:
uses: mrbeam/mrb-workflows/.github/workflows/update-beamos-tags.yml@main
secrets: inherit

0 comments on commit 46c33e5

Please sign in to comment.