Skip to content

Commit

Permalink
action test
Browse files Browse the repository at this point in the history
  • Loading branch information
geonhwiii committed Jan 12, 2023
1 parent c67e350 commit 399dde7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ jobs:
release-application:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: github release tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: update github project release
- name: create github release
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
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": "next-emotion-twin-typescript",
"version": "0.1.3",
"version": "0.1.1",
"private": false,
"scripts": {
"dev": "next dev",
Expand Down

1 comment on commit 399dde7

@vercel
Copy link

@vercel vercel bot commented on 399dde7 Jan 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.