Skip to content

Commit

Permalink
Added generate tag action
Browse files Browse the repository at this point in the history
  • Loading branch information
GPaoloni committed Aug 29, 2022
1 parent b055f44 commit 53a4c16
Show file tree
Hide file tree
Showing 6 changed files with 3,053 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/actions/generate-next-tag/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 'Generate next tag'
description: 'Given a prefix and the latest tag, will generate the next iteration for it.'
inputs:
prefix:
description: 'The prefix intended to use'
required: true
latest-matching-tag:
description: 'The latest tag for the above prefix'
required: false
runs:
using: 'node14'
main: 'dist/index.js'
shell: bash
Loading

0 comments on commit 53a4c16

Please # to comment.