Skip to content

Commit

Permalink
Test new tag build job
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Nov 4, 2024
1 parent 3f4726b commit e0e8c4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tag-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
tags:
- '*'
branches: # FIXME to delete
- open-cloud-plugins # FIXME to delete

env:
BUCKET_NAME: botkube-cloud-plugins
VERSION: "${{ github.ref_name }}"
VERSION: "v1.14.0" # FIXME to delete
GITHUB_TOKEN: ${{ secrets.RELEASE_GH_DEV_ACCOUNT_PAT }}

jobs:
Expand Down

0 comments on commit e0e8c4b

Please sign in to comment.