Skip to content

Commit

Permalink
Merge pull request #165 from oliver-oloughlin/patch/release-publish-w…
Browse files Browse the repository at this point in the history
…orkflow

fix: changed publish workflow to be triggered by release [publish]
  • Loading branch information
oliver-oloughlin authored Feb 7, 2024
2 parents ff8451b + 3489f55 commit 0548a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish

on:
release:
types: [created]
types: [published]

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@olli/kvdex",
"version": "0.32.0",
"version": "0.32.1",
"exports": {
".": "./mod.ts",
"./ext/zod": "./ext/zod.ts"
Expand Down

0 comments on commit 0548a58

Please sign in to comment.