Skip to content

Commit

Permalink
feat: setup release workflow
Browse files Browse the repository at this point in the history
* Change package.json version and description
* Change release workflow to reflect the correct branch
  • Loading branch information
[email protected] authored and [email protected] committed Jul 24, 2024
1 parent 8f5e839 commit 4dc80e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release CI
on:
push:
branches:
- master
- nau/nutmeg.master
jobs:
release:
name: Release
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nauedu/frontend-component-header",
"version": "1.0.0",
"description": "The standard header for Open edX",
"version": "1.0.0-semantically-released",
"description": "NAU header for Open edX",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 4dc80e6

Please sign in to comment.