We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb0224 commit bb834c5Copy full SHA for bb834c5
.github/workflows/test.yml
@@ -52,6 +52,8 @@ jobs:
52
name: Test current action
53
steps:
54
- uses: actions/checkout@v4
55
+ with:
56
+ fetch-depth: 0
57
58
- name: Create a staging release
59
uses: ./
@@ -87,6 +89,7 @@ jobs:
87
89
name: Mock a release
88
90
91
92
93
94
- name: Mock creating a Sentry release
95
@@ -105,11 +108,13 @@ jobs:
105
108
- name: Checkout directory we'll be running from
106
109
uses: actions/checkout@v4
107
110
with:
111
112
path: main/
113
114
- name: Checkout directory we'll be testing
115
116
117
118
path: test/
119
120
- name: Mock creating a Sentry release in a different directory
0 commit comments