Skip to content

Commit

Permalink
chore: Rename release workflow and update editor config
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal423 committed Mar 31, 2023
1 parent 881d667 commit 7129a39
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 20 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.yml]
indent_style = space
indent_size = 2


[*.md]
trim_trailing_whitespace = false

Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Publish
on:
release:
types: [published]
jobs:
publish-quarkus-blueprint:
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- name: Checkout quarkus blueprint repository
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }
20 changes: 0 additions & 20 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 7129a39

Please sign in to comment.