Skip to content

Commit

Permalink
Merge pull request #3 from meganii/add_github_action
Browse files Browse the repository at this point in the history
Add action
  • Loading branch information
meganii committed Sep 2, 2023
2 parents 9f60263 + c7a04af commit 422b60d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Create Release"

on:
push:
branches:
- main
workflow_dispatch:

jobs:
build:
runs-on: 'ubuntu-22.04'
steps:
- name: Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm run make
npm run publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snsdeck",
"version": "0.0.2",
"version": "0.0.3",
"description": "SNS Viewer like TweetDeck.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 422b60d

Please sign in to comment.