Skip to content

Commit

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

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

jobs:
release:
name: Release plugins
timeout-minutes: 60
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
# if: startsWith(github.ref, 'refs/tags/v') # FIXME to uncomment

steps:
- name: Checkout
Expand Down

0 comments on commit 074b1bd

Please sign in to comment.