Skip to content

Commit

Permalink
chore: cleanup the workflown
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko authored Aug 6, 2024
1 parent 58e2ac2 commit b48f5a0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,13 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:

env:
CI: false

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: node_setup
uses: actions/setup-node@v4
with:
node-version: 20.12.2

- name: docker meta details
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit b48f5a0

Please sign in to comment.