Skip to content

Commit

Permalink
Merge pull request #105 from grafana/104-use-release-workflow
Browse files Browse the repository at this point in the history
use Release workflow from grafana/k6-extension-workflows
  • Loading branch information
szkiba authored Nov 28, 2024
2 parents 96ccdb9 + 3449c40 commit 3a5ac39
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Release

on:
push:
tags: ["v*.*.*"]

jobs:
release:
name: Release
uses: grafana/k6-extension-workflows/.github/workflows/[email protected]
with:
cgo: true
with: |
github.com/grafana/xk6-sql-driver-ramsql
github.com/grafana/xk6-sql-driver-sqlite3
github.com/grafana/xk6-sql-driver-mysql
github.com/grafana/xk6-sql-driver-postgres

0 comments on commit 3a5ac39

Please sign in to comment.