Skip to content

Commit

Permalink
Merge pull request #25 from EdgePi-Cloud/test-workflow
Browse files Browse the repository at this point in the history
Test workflow
  • Loading branch information
jimmy121192 authored Jan 22, 2024
2 parents 5a5889c + 782563e commit 6406dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish Package to npm
on:
push:
branches:
- main
tags:
- release/*
jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
version=$(cat package.json | jq -r '.version')
git add .
git commit -m "Bump version to $version"
git push --follow-tags
git push --force origin "$branch_name":dev
- name: Delete versioned branch
Expand Down

0 comments on commit 6406dc1

Please sign in to comment.