Skip to content

Commit

Permalink
Merge pull request #20 from sduduzog/ditch-beta-release-workflow
Browse files Browse the repository at this point in the history
Ditch beta release workflow
  • Loading branch information
sduduzog authored Mar 13, 2022
2 parents 271db1b + 0372043 commit d1dde08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/npm-publish-beta.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish to NPM
on:
workflow_dispatch:
release:
types: [released]
types: [published]

jobs:
publish-npm:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-supabase",
"version": "2.3.0",
"version": "2.3.1",
"description": "A supa simple Nuxt Module for Supabase",
"keywords": [
"vue",
Expand Down

0 comments on commit d1dde08

Please sign in to comment.