Skip to content

Commit

Permalink
Merge pull request #2 from opera-adt/dev
Browse files Browse the repository at this point in the history
v0.0.1
  • Loading branch information
cmarshak authored Nov 20, 2024
2 parents a8ead18 + f71c8ac commit 988f7d3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/bump-tag-for-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Annotated Git Tag on Main (bump version)

on:
push:
branches:
- main

jobs:
call-bump-version-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
user: opera-pst-dev
email: [email protected]
secrets:
USER_TOKEN: ${{ secrets.OPERA_PST_DIST_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Create Release on Github

on:
Expand Down

0 comments on commit 988f7d3

Please sign in to comment.