Skip to content

Commit

Permalink
try fixing jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Feb 16, 2024
1 parent efe833c commit 0e8c43d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: "Release"
on:
workflow_call:
workflow_dispatch:
defaults:
run:
shell: bash
permissions:
contents: write
packages: write
# defaults:
# run:
# shell: bash
# permissions:
# contents: write
# packages: write


jobs:
Expand Down
2 changes: 1 addition & 1 deletion scripts/protocgen.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -euox pipefail

Expand Down

0 comments on commit 0e8c43d

Please sign in to comment.