Skip to content

Commit

Permalink
Project files clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung committed May 21, 2024
1 parent 422ef50 commit 20cf71c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 107 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
if: |
(startsWith(github.ref, 'refs/tags/') && github.event.base_ref == 'refs/heads/master')
|| (startsWith(github.ref, 'refs/tags/') && github.event.base_ref == 'refs/heads/v6')
(startsWith(github.ref, 'refs/tags/') && github.event.base_ref == 'refs/heads/master')
steps:
-
name: Checkout
Expand Down
10 changes: 0 additions & 10 deletions http/http-client.env.json

This file was deleted.

94 changes: 0 additions & 94 deletions http/projects.http

This file was deleted.

2 changes: 1 addition & 1 deletion sample.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
project = {
source = "jfrog/project"
version = "1.5.1"
version = "1.5.3"
}
}
}
Expand Down

0 comments on commit 20cf71c

Please sign in to comment.