Skip to content

Commit

Permalink
add release
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Apr 13, 2024
1 parent 4163e93 commit f99ce5a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Release

on:
workflow_dispatch:

jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3

- name: Setup Node v18
uses: actions/setup-node@v4
with:
node-version: 18.18.0
registry-url: 'https://npm.pkg.github.com'
# Defaults to the user or organization that owns the workflow file
scope: '@animo'

- run: yarn install
- run: yarn build
- run: yanr publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@sphereon/did-auth-siop",
"name": "@animo/siop-oid4vp",
"version": "0.6.4-unstable.0",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit f99ce5a

Please sign in to comment.