Skip to content

Commit

Permalink
Merge pull request #5738 from TheThingsNetwork/fix/snapshot-release-w…
Browse files Browse the repository at this point in the history
…orkflow

Fix snapshot release workflow
  • Loading branch information
adriansmares authored Aug 29, 2022
2 parents 0b60aec + 2193975 commit 4f42706
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
branches:
- 'v3.*'
workflow_dispatch:
inputs:
commit:
description: Commit hash
required: true

env:
NODE_ENV: production
Expand All @@ -22,9 +18,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
with:
# On workflow dispatch, this evaluates to `''`,
# which is the default value for `ref` when not explicitly defined.
ref: ${{ github.event.inputs.commit }}
fetch-depth: 0
submodules: true
- name: Set up QEMU
Expand Down

0 comments on commit 4f42706

Please sign in to comment.